Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-22589 | GEN008820 | SV-63025r1_rule | Low |
Description |
---|
System package management tools can obtain a list of updates and patches from a package repository and make this information available to the SA for review and action. Using a package repository outside of the organization's control presents a risk of malicious packages being introduced. |
STIG | Date |
---|---|
Oracle Linux 5 Security Technical Implementation Guide | 2016-12-20 |
Check Text ( C-51817r1_chk ) |
---|
Verify the YUM service is enabled. # service yum-updatesd status If the service is enabled, this is a finding. |
Fix Text (F-53613r1_fix) |
---|
Disable the yum service. # chkconfig yum-updatesd off ; service yum-updatesd stop |